JMGetVersion
Returns the version of JManager available on the host computer.
UInt32 JMGetVersion (void);
- function result
- A version code. This value is similar to the value of the
kJMVersion
constant.DISCUSSION
A version of JManager older than the one your embedding application compiled against may not have the same functionality; you can useJMGetVersion
and compare the result againstkJMVersion
to avoid calling nonexisting functions.